home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / BoxLigneItemCpt.nib / data.classes next >
Text File  |  1993-11-02  |  954b  |  70 lines

  1. BoxInspector = {
  2.     OUTLETS = {
  3.     box;
  4.     currentGraphic;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. BoxLigneCorpsItem = {
  9.     ACTIONS = {
  10.     nameChanged:;
  11.     };
  12.     OUTLETS = {
  13.     nameField;
  14.     colNameField;
  15.     numLigneField;
  16.     };
  17.     SUPERCLASS = BoxInspector;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. BoxLigneItemCpt = {
  25.     ACTIONS = {
  26.     panelCtrlCpt:;
  27.     changeTypeSignePoste:;
  28.     nameChanged:;
  29.     effacerCpt:;
  30.     changeSignePoste:;
  31.     };
  32.     OUTLETS = {
  33.     numLigneField;
  34.     nameField;
  35.     boutonCtrlCpt;
  36.     signePoste;
  37.     colNameField;
  38.     typeSignePoste;
  39.     sv;
  40.     };
  41.     SUPERCLASS = BoxInspector;
  42. };
  43. MatrixScrollView = {
  44.     ACTIONS = {
  45.     select:;
  46.     changeLayout:;
  47.     print:;
  48.     changeFont:;
  49.     selectAll:;
  50.     selectionDidChange:;
  51.     };
  52.     OUTLETS = {
  53.     matrixClass;
  54.     cellClass;
  55.     dv;
  56.     textDelegate;
  57.     tv;
  58.     primaryMatrix;
  59.     titleFont;
  60.     fillBlock;
  61.     backgroundMatrix;
  62.     delegate;
  63.     keyDownField;
  64.     tcv;
  65.     font;
  66.     matrixPrototype;
  67.     };
  68.     SUPERCLASS = ScrollView;
  69. };
  70.